home *** CD-ROM | disk | FTP | other *** search
- Path: uc.widen.com!user
- From: garyn@widen.com (Gary Norris)
- Newsgroups: comp.lang.c
- Subject: Compiling GNU make w/o make
- Date: 21 Mar 1996 20:46:48 GMT
- Organization: Widen
- Message-ID: <garyn-2103961448370001@uc.widen.com>
- NNTP-Posting-Host: uc.widen.com
-
- I'm trying to use Sun's CC in Solaris 2.5 (on SparcStation) to compile GNU
- make 2.74 without a existing copy of make. Using the included "build.sh"
- script to compile make I get:
-
- $ sh build.sh
- compiling commands.c...
- compiling job.c...
- compiling dir.c...
- compiling file.c...
- compiling misc.c...
- compiling main.c...
- compiling read.c...
- compiling remake.c...
- compiling rule.c...
- compiling implicit.c...
- compiling default.c...
- compiling variable.c...
- compiling expand.c...
- compiling function.c...
- compiling vpath.c...
- compiling version.c...
- compiling ar.c...
- compiling arscan.c...
- compiling signame.c...
- compiling getopt.c...
- compiling getopt1.c...
- compiling glob/glob.c...
- compiling glob/fnmatch.c...
- compiling remote-stub.c...
- compiling getloadavg.c...
- "/usr/include/sys/machsig.h", line 83: macro BUS_OBJERR redefines
- previous macro at "/usr/ucbinclude/sys/signal.h", line 447
- linking make...
- done
- $
-
- OK, but when I try to install make.... things start to roll downhill fast...
-
- $ ./make install
- Segmentation Fault
- $
-
- Has anyone out there compiled GNU make without another make tool on a Sparc?
- Does anyone know of a source for compiled binaries?
- Anything will help me here!!
-
- Thx,
-
- Uriah Carpenter
- uriah@widen.com
-
- Widen Colourgraphics
- Technical Services
- 608/222-1296
-